public NBytesImageSource( System.byte[] data, System.int frameIndex, System.bool animateFrames )
Parameters
- data
- A byte array containing image data that is encoded in one of the supported image formats. The passed byte array is assigned directly to the image source, it is not copied. Null is not accepted.
- frameIndex
- The index of the frame that this image source represents.
- animateFrames
- Specifies whether image frames should be animated.